Spread Windows Forms 17
GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet.Drawing Namespace / HitTestInfo Structure / HitTestInfo Constructor / HitTestInfo Constructor(Int32,DrawingObject,Int32,Nullable<FreeFormNode>)
The hit test code at the position indicated by a hit test.
The object at the position indicated by a hit test.


In This Topic
    HitTestInfo Constructor(Int32,DrawingObject,Int32,Nullable<FreeFormNode>)
    In This Topic
    Initializes a new instance of the HitTestInfo struct.
    Syntax
    'Declaration
     
    
    Public Function New( _
       ByVal hitTest As Integer, _
       ByVal target As DrawingObject, _
       ByVal value As Integer, _
       Optional ByVal node As Nullable(Of FreeFormNode) _
    )
    'Usage
     
    
    Dim hitTest As Integer
    Dim target As DrawingObject
    Dim value As Integer
    Dim node As Nullable(Of FreeFormNode)
     
    Dim instance As New HitTestInfo(hitTest, target, value, node)

    Parameters

    hitTest
    The hit test code at the position indicated by a hit test.
    target
    The object at the position indicated by a hit test.
    value
    node
    See Also